ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / Argument Class / Argument Constructor / Argument Constructor(String,Type[])

In This Topic
    Argument Constructor(String,Type[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal availableTypes() As System.Type _
    )
    public Argument( 
       System.string name,
       System.Type[] availableTypes
    )

    Parameters

    name
    availableTypes
    See Also